Use a style class directly on the frame. This is easier to reuse.
gtk_container_add (self, dim_label ("+"));
frame = gtk_frame_new (NULL);
+ gtk_style_context_add_class (gtk_widget_get_style_context (frame), "keycap");
gtk_widget_show (frame);
gtk_container_add (self, frame);
padding: 0;
}
-shortcutswindow GtkShortcutLabel .frame {
+.frame.keycap {
background-color: #fefefe;
border: 1px solid #cecece;
border-radius: 5px;
.titlebar shortcutswindow .round .button.titlebutton label {
padding: 0; }
-shortcutswindow GtkShortcutLabel .frame {
+.frame.keycap {
background-color: #fefefe;
border: 1px solid #cecece;
border-radius: 5px;
.titlebar shortcutswindow .round .button.titlebutton label {
padding: 0; }
-shortcutswindow GtkShortcutLabel .frame {
+.frame.keycap {
background-color: #fefefe;
border: 1px solid #cecece;
border-radius: 5px;